window: Use gestures for window moving/resizing
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 28 Mar 2014 14:44:11 +0000 (15:44 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:24 +0000 (19:54 +0200)
commit61e88c251e42cddd4c08b535ff0b62ad4de0e420
tree74ab9a49e157f8aad09b57a6c217f0837f2587e2
parent185da29b689370d00914ca6c7c5a7bf99fbb702f
window: Use gestures for window moving/resizing

A multipress gesture is used to control all this, replacing
single/double click custom code, and triggering window dragging
when the multipress is stopped, yet active (ie. the sequence remains
pressed).
gtk/gtkmain.c
gtk/gtkwindow.c